AxisLabelPosition Enumeration
Represents the position of the axis labels.
Namespace: Independentsoft.Office.Odf.StylesAssembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
public enum AxisLabelPosition
Public Enumeration AxisLabelPosition
| NearAxis | 0 |
The labels are placed adjacent to the axis line.
|
| NearAxisOtherSide | 1 |
The labels are placed adjacent to the axis on the opposite side as for near-axis.
|
| OutsideStart | 2 |
The labels are placed outside the coordinate region on that side where the crossing axis has its minimum value.
|
| OutsideEnd | 3 |
The labels are placed outside the coordinate region on that side where the crossing axis has its maximum value.
|
| None | 4 |
None.
|